home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / datebook.arc / DATEBOOK.DOC < prev   
Encoding:
Text File  |  1984-12-01  |  4.5 KB  |  91 lines

  1.  
  2.  
  3.                         HOW TO USE DATEBOOK.COM
  4.  
  5.  
  6.         Place a copy of DATEBOOK.COM in your root directory on the disk you
  7. boot from.
  8.  
  9.         Now create a text file called DATEBOOK.DTA and place it in the same
  10. directory.  A text file is composed of lines, each ending with a CR/LF
  11. combination, and ends with a control-Z which serves as an EOF marker.  Any
  12. normal text editor produces such files.  The EDLIN editor included with
  13. MS-DOS(tm) and PC-DOS(tm) does, and so, for example, does the editor
  14. included with TURBO(tm) Pascal.
  15.  
  16.         Your DATEBOOK.DTA text file will be your appointment calendar.
  17. Include one line for each date or appointment of which you wish to be
  18. reminded.  (Maximum line length is 127 bytes.)  End each line by hitting the
  19. ENTER (or RETURN) key.  Include the date on which you wish to be reminded
  20. somewhere in the line.  (You may include several dates, to guarantee timely
  21. reminders, e.g.:
  22.  
  23.         8/15/84   Meeting with Boss.  4 pm.   (remind 8/7)
  24.   
  25. DATEBOOK.COM checks your calendar one day ahead, so that you would, in this
  26. example, be reminded of your meeting on 8/6/84, 8/7/84, 8/14/84, and finally
  27. 8/15/84, the actual day of the meeting.
  28.  
  29.         DATEBOOK.COM recognizes dates in most standard American formats --
  30. month first, then date -- both numerical (e.g., 10/17/84, 1/30/1985,
  31. 4-18-84, 11.22.84) and alphameric (e.g., Oct. 17, 1984; JAN 30 1985; April
  32. 18, 1984; Nov 22 1984).  It knows the months both by their full names and by
  33. their standard 3-letter abbreviations, and is not sensitive to the
  34. difference between upper and lower case.  If the year is omitted,
  35. DATEBOOK.COM will supply the current year.  Thus you can use one style of
  36. date (e.g., jan 27   Mom's birthday) for events which recur annually and
  37. another style (e.g., 07/04/85) for non-recurring events.  This makes your
  38. DATEBOOK.DTA file easier to prune of elapsed dates and completed
  39. appointments.
  40.  
  41.         Once you have both DATEBOOK.COM and DATEBOOK.DTA files in your
  42. bootup directory, you can check your appointment calendar automatically when
  43. you power-up the computer each day by including the following lines in your
  44. AUTOEXEC.BAT file:
  45.  
  46.                 date
  47.                 datebook
  48.                 pause
  49.  
  50. The point of the 'PAUSE' command is to give you time to examine your day's
  51. appointments before your AUTOEXEC.BAT file goes on with the business of
  52. booting up and configuring your system.  Be sure to call DATEBOOK.COM after
  53. you've set the current date with the DOS 'DATE' command, since DATEBOOK.COM
  54. retrieves the current date from the DOS by means of an MS-DOS function call.
  55. If you haven't set the current date, DATEBOOK.COM will, of course, use the
  56. default date (something like 01-01-1980) which is not likely to provide many
  57. matches with entries in your appointment calendar!  By the way, if the
  58. DATEBOOK.DTA file is not available in the working directory, DATEBOOK.COM
  59. will tell you that, too, and abort gracefully.
  60.  
  61.         And that's all there is to it!  If you diligently enter forthcoming
  62. appointments into your DATEBOOK.DTA file, DATEBOOK.COM will diligently
  63. remind you of them -- and you won't need to go out and buy a Vax(tm) to run
  64. UNIX(tm) on after all.
  65.  
  66.  
  67. DISCLAIMERS:  This program is distributed as is, and includes no warranty or
  68. guarantee of performance, explicit or implicit.  Individuals who use this
  69. program do so at their own risk.  In no event will the Author be liable to
  70. you for any damages, including any lost profits, lost savings, or other
  71. incidental or consequential damages arising out of the use of or inability
  72. to use this program, even if the Author has been advised of the possibility
  73. of such damages, or for any claim of any other party.
  74.  
  75.  
  76. PERMISSION TO COPY:  Individuals and organizations are granted permission by
  77. the Author freely to copy the DATEBOOK program and documentation for their
  78. own use or to share with others, so long as no price or other consideration
  79. is charged, and so long as the full documentation, including this notice and
  80. the above disclaimers, is included with each copy.  If, after evaluating
  81. this program, you find it useful, you are encouraged to send a registration
  82. fee of $10 to its Author:
  83.  
  84.                         Jay F. Rosenberg
  85.                         715 Williams Circle
  86.                         Chapel Hill, NC   27514
  87.  
  88. Individuals registering their programs will receive a copy of the source
  89. code for DATEBOOK.COM (written in TURBO(tm) Pascal), and may receive other
  90. goodies as well, if I've had the time to develop them.
  91.